home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / MemoryBoost Pro 2.5 / mbsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-09-26  |  6.4 KB  |  119 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=MemoryBoost Pro
  4. AppVerName=MemoryBoost Pro 2.6
  5. AppId=MemoryBoost Pro
  6. AppPublisher=Tenebril Inc.
  7. AppPublisherURL=http://www.tenebril.com/products/memboost/index.html
  8. AppSupportURL=http://www.tenebril.com/products/memboost/index.html
  9. AppUpdatesURL=http://www.tenebril.com/products/memboost/index.html
  10. AppMutex=MemSweepProg Class
  11. DefaultDirName={pf}\MemoryBoost
  12. DefaultGroupName=MemoryBoost Pro
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{sys}\archlib.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  21. Source: "{sys}\tenarchlib\datalib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  22. Source: "{sys}\tenarchlib\syslib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  23. Source: "{sys}\tenarchlib\uilib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  24. Source: "{app}\help\binterval.html"; DestDir: "{app}\help"; 
  25. Source: "{app}\help\detective-nt.gif"; DestDir: "{app}\help"; 
  26. Source: "{app}\help\detective-nt.html"; DestDir: "{app}\help"; 
  27. Source: "{app}\help\detective.gif"; DestDir: "{app}\help"; 
  28. Source: "{app}\help\detective.html"; DestDir: "{app}\help"; 
  29. Source: "{app}\help\detectnum.html"; DestDir: "{app}\help"; 
  30. Source: "{app}\help\diff.html"; DestDir: "{app}\help"; 
  31. Source: "{app}\help\faq - retail.html"; DestDir: "{app}\help"; 
  32. Source: "{app}\help\faq.html"; DestDir: "{app}\help"; 
  33. Source: "{app}\help\fileinfo.gif"; DestDir: "{app}\help"; 
  34. Source: "{app}\help\header.gif"; DestDir: "{app}\help"; 
  35. Source: "{app}\help\index - retail.html"; DestDir: "{app}\help"; 
  36. Source: "{app}\help\index.html"; DestDir: "{app}\help"; 
  37. Source: "{app}\help\item.gif"; DestDir: "{app}\help"; 
  38. Source: "{app}\help\manager.gif"; DestDir: "{app}\help"; 
  39. Source: "{app}\help\manager.html"; DestDir: "{app}\help"; 
  40. Source: "{app}\help\memboost.html"; DestDir: "{app}\help"; 
  41. Source: "{app}\help\memory.html"; DestDir: "{app}\help"; 
  42. Source: "{app}\help\menu.gif"; DestDir: "{app}\help"; 
  43. Source: "{app}\help\menu.html"; DestDir: "{app}\help"; 
  44. Source: "{app}\help\notify.gif"; DestDir: "{app}\help"; 
  45. Source: "{app}\help\notify.html"; DestDir: "{app}\help"; 
  46. Source: "{app}\help\optimize.gif"; DestDir: "{app}\help"; 
  47. Source: "{app}\help\optimize.html"; DestDir: "{app}\help"; 
  48. Source: "{app}\help\optimizer.gif"; DestDir: "{app}\help"; 
  49. Source: "{app}\help\optimizer.html"; DestDir: "{app}\help"; 
  50. Source: "{app}\help\options.gif"; DestDir: "{app}\help"; 
  51. Source: "{app}\help\options.html"; DestDir: "{app}\help"; 
  52. Source: "{app}\help\perf.gif"; DestDir: "{app}\help"; 
  53. Source: "{app}\help\perf.html"; DestDir: "{app}\help"; 
  54. Source: "{app}\help\power.html"; DestDir: "{app}\help"; 
  55. Source: "{app}\help\progs.gif"; DestDir: "{app}\help"; 
  56. Source: "{app}\help\progs.html"; DestDir: "{app}\help"; 
  57. Source: "{app}\help\quickboost.gif"; DestDir: "{app}\help"; 
  58. Source: "{app}\help\quickboost.html"; DestDir: "{app}\help"; 
  59. Source: "{app}\help\settings.gif"; DestDir: "{app}\help"; 
  60. Source: "{app}\help\settings.html"; DestDir: "{app}\help"; 
  61. Source: "{app}\help\sniper.gif"; DestDir: "{app}\help"; 
  62. Source: "{app}\help\sniper.html"; DestDir: "{app}\help"; 
  63. Source: "{app}\help\sounds.gif"; DestDir: "{app}\help"; 
  64. Source: "{app}\help\sounds.html"; DestDir: "{app}\help"; 
  65. Source: "{app}\help\stats.gif"; DestDir: "{app}\help"; 
  66. Source: "{app}\help\stats.html"; DestDir: "{app}\help"; 
  67. Source: "{app}\help\sysres.html"; DestDir: "{app}\help"; 
  68. Source: "{app}\help\trayicon.gif"; DestDir: "{app}\help"; 
  69. Source: "{app}\help\trayicon.html"; DestDir: "{app}\help"; 
  70. Source: "{app}\MemoryBoost.exe"; DestDir: "{app}"; 
  71. Source: "{app}\gdilib.dll"; DestDir: "{app}"; 
  72. Source: "{app}\reslib.dll"; DestDir: "{app}"; 
  73. Source: "{app}\mods\anet"; DestDir: "{app}\mods"; 
  74. Source: "{app}\mods\bind"; DestDir: "{app}\mods"; 
  75. Source: "{app}\mods\divers"; DestDir: "{app}\mods"; 
  76. Source: "{app}\mods\dlgspur"; DestDir: "{app}\mods"; 
  77. Source: "{app}\mods\fileinfo"; DestDir: "{app}\mods"; 
  78. Source: "{app}\mods\fman"; DestDir: "{app}\mods"; 
  79. Source: "{app}\mods\globals"; DestDir: "{app}\mods"; 
  80. Source: "{app}\mods\handlers"; DestDir: "{app}\mods"; 
  81. Source: "{app}\mods\lock"; DestDir: "{app}\mods"; 
  82. Source: "{app}\mods\main"; DestDir: "{app}\mods"; 
  83. Source: "{app}\mods\manager"; DestDir: "{app}\mods"; 
  84. Source: "{app}\mods\notify"; DestDir: "{app}\mods"; 
  85. Source: "{app}\mods\optimize"; DestDir: "{app}\mods"; 
  86. Source: "{app}\mods\options"; DestDir: "{app}\mods"; 
  87. Source: "{app}\mods\pages"; DestDir: "{app}\mods"; 
  88. Source: "{app}\mods\skip"; DestDir: "{app}\mods"; 
  89. Source: "{app}\mods\sniper"; DestDir: "{app}\mods"; 
  90. Source: "{app}\mods\sounds"; DestDir: "{app}\mods"; 
  91. Source: "{app}\mods\stateye"; DestDir: "{app}\mods"; 
  92. Source: "{app}\mods\sysEx"; DestDir: "{app}\mods"; 
  93. Source: "{app}\mods\system"; DestDir: "{app}\mods"; 
  94. Source: "{app}\mods\thread"; DestDir: "{app}\mods"; 
  95. Source: "{app}\mods\vlist"; DestDir: "{app}\mods"; 
  96. Source: "{app}\mods\warn"; DestDir: "{app}\mods"; 
  97. Source: "{app}\mods\windows"; DestDir: "{app}\mods"; 
  98. Source: "{app}\mods\wizardpur"; DestDir: "{app}\mods"; 
  99. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  100. Source: "{app}\license.rtf"; DestDir: "{app}"; 
  101. [Registry]
  102. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "MemoryBoost"; ValueType: String; ValueData: """{app}\MemoryBoost.exe"""; Flags: uninsdeletevalue 
  103. Root: HKCR; Subkey: "TMPMS file"; Flags: uninsdeletekey 
  104. [Run]
  105. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  106. Filename: "{app}\MemoryBoost.exe"; Description: "Launch MemoryBoost"; Flags: postinstall skipifsilent nowait
  107. [UninstallRun]
  108. Filename: "{app}\MemoryBoost.exe"; Parameters: "restore"; 
  109. [Icons]
  110. Name: "{group}\MemoryBoost"; Filename: "{app}\MemoryBoost.exe"; 
  111. Name: "{group}\MemoryBoost Help"; Filename: "{app}\help\index.html"; 
  112. Name: "{userdesktop}\MemoryBoost"; Filename: "{app}\MemoryBoost.exe"; Tasks: desktopicon; 
  113. [Tasks]
  114. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  115. [UninstallDelete]
  116. Type: files; Name: "{app}\settings.dt"; 
  117. Type: files; Name: "{app}\uninstall.lock"; 
  118. Type: dirifempty; Name: "{app}"; 
  119.